home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Akce / Quartet / Main / MAIN.SWF / scripts / DefineButton2_174 / BUTTONCONDACTION on(release).as
Text File  |  2002-08-07  |  799b  |  26 lines

  1. on(release){
  2.    _root.modal_questions.useHandCursor = false;
  3.    _root.modal_questions._visible = true;
  4.    gotoAndStop(7);
  5.    switch(_root.ex_audio)
  6.    {
  7.       case "a":
  8.          "_root.questions.mEX_1.ex_buttona.content:gotoAndPlay"("play");
  9.          break;
  10.       case "b":
  11.          "_root.questions.mEX_1.ex_buttonb.content:gotoAndPlay"("play");
  12.          break;
  13.       case "c":
  14.          "_root.questions.mEX_1.ex_buttonc.content:gotoAndPlay"("play");
  15.          break;
  16.       case "d":
  17.          "_root.questions.mEX_1.ex_buttond.content:gotoAndPlay"("play");
  18.          break;
  19.       case "e":
  20.          "_root.questions.mEX_1.ex_buttone.content:gotoAndPlay"("play");
  21.          break;
  22.       case "f":
  23.          "_root.questions.mEX_1.ex_buttonf.content:gotoAndPlay"("play");
  24.    }
  25. }
  26.